Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 19 + deprecate response mapper #23

Merged
merged 3 commits into from
Dec 7, 2024
Merged

Angular 19 + deprecate response mapper #23

merged 3 commits into from
Dec 7, 2024

Conversation

daiscog
Copy link
Owner

@daiscog daiscog commented Dec 2, 2024

Add support for Angular 19 and deprecate the response mapper argument for httpRequestStates() in favour of using RxJs's native map beforehand.

The only two Angular APIs we use directly are HttpErrorResponse and HttpResponse which have not changed in Angular 19, so we can add Angular 19 support in peerDependencies immediately before we upgrade this repo itself to Angular 19 (for which, we're waiting on nx to release support for it - maybe we should just not bother using nx in this repo?).

@daiscog daiscog requested a review from vala84no December 2, 2024 22:42
@daiscog daiscog merged commit 096193e into main Dec 7, 2024
1 check passed
@daiscog daiscog deleted the nx-migrate branch December 7, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants